css testsuite: Remove an obsolete test
authorMatthias Clasen <mclasen@redhat.com>
Mon, 4 May 2020 16:28:21 +0000 (12:28 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 5 May 2020 02:53:07 +0000 (22:53 -0400)
This was testing something that shouldn't be possible
anyway: Adding more than one child to a bin. With the
bin removal, this now just overrides the child so
only one child is left in the end.

Just remove the test.

testsuite/css/change/test5.css [deleted file]
testsuite/css/change/test5.nodes [deleted file]
testsuite/css/change/test5.ui [deleted file]

diff --git a/testsuite/css/change/test5.css b/testsuite/css/change/test5.css
deleted file mode 100644 (file)
index 689ec56..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-/* an example of a complex selector */
-
-window grid > box ~ button box > checkbutton box + label {
-  color: red;
-}
diff --git a/testsuite/css/change/test5.nodes b/testsuite/css/change/test5.nodes
deleted file mode 100644 (file)
index f9b7c8e..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-window.background:dir(ltr)    
-  decoration:dir(ltr)    
-  grid.horizontal:dir(ltr)    
-    label:dir(ltr)    
-    box.horizontal:dir(ltr)    
-    label:dir(ltr)    
-    button:dir(ltr)    
-      box.horizontal:dir(ltr)    
-        checkbutton:dir(ltr)    
-          check:dir(ltr)    
-          box.horizontal:dir(ltr)    
-          label:dir(ltr)    name|sibling-name|parent-name|parent-sibling-name
diff --git a/testsuite/css/change/test5.ui b/testsuite/css/change/test5.ui
deleted file mode 100644 (file)
index 9b29208..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-
-<?xml version="1.0" encoding="UTF-8"?>
-<interface>
-  <!-- interface-requires gtk+ 3.0 -->
-  <object class="GtkWindow" id="window1">
-    <property name="can_focus">False</property>
-    <property name="decorated">0</property>
-    <child>
-      <object class="GtkGrid">
-        <child>
-          <object class="GtkLabel"/>
-        </child>
-        <child>
-          <object class="GtkBox"/>
-        </child>
-        <child>
-          <object class="GtkLabel"/>
-        </child>
-        <child>
-          <object class="GtkButton">
-            <child>
-              <object class="GtkBox">
-                <child>
-                  <object class="GtkCheckButton">
-                    <child>
-                      <object class="GtkBox"/>
-                    </child>
-                    <child>
-                      <object class="GtkLabel"/>
-                    </child>
-                  </object>
-                </child>
-              </object>
-            </child>
-          </object>
-        </child>
-      </object>
-    </child>
-  </object>
-</interface>